home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 6341 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  848 b 

  1. Path: news.tek.com!usenet
  2. From: Dawnray Yeung <dawnray.yeung@tek.com>
  3. Newsgroups: comp.lang.c++
  4. Subject: VIsiual C++ 4.0 use of Ole control
  5. Date: Thu, 08 Feb 1996 15:49:48 -0800
  6. Organization: Tektronix, Inc, Beaverton, OR, USA
  7. Message-ID: <311A8C1C.740A@tek.com>
  8. NNTP-Posting-Host: nt157486.vnd.tek.com
  9. Mime-Version: 1.0
  10. Content-Type: text/plain; charset=us-ascii
  11. Content-Transfer-Encoding: 7bit
  12. X-Mailer: Mozilla 2.0 (WinNT; I)
  13.  
  14. I was successful in making VC++4.0  to use OLE control.
  15. However, for those OCX which implments collections, VC++
  16. does not generate any wrapper to the collection object;
  17. therefore there is no way in grabbing objects within the
  18. collection. An example is to use statusBar OCX ship will
  19. VB4. (I realize I can use statusBar class provided by MFC as
  20. an alternative. This is just an example)
  21.  
  22. Can anybody enlighten me?
  23.  
  24.  
  25. -dy
  26.